|
|
2. The GIF87a and GIF89a standards. |
|
|
3. The creation of the animation. |
|
|
4. The animated GIF-file optimization. |
One of the most popular bitmap graphics format is GIF-format (Graphics Interchange Format).
It was developed by experts of CompuServe computer net as a simple bitmap format for the network
interchange. Because of the CompuServe net's popularity the GIF-format became wide spread and is
supported by a majority of computer graphics programs. It is also embedded in a variety of
Operating systems (MS DOS, Windows, Macintosh, UNIX, Amiga etc..). The popularity of the format
is being increased because of its freely distributed specification and free use. Because the
format initially was developed for the data streams, and not for the data storage in the file,
its sequential structure perfectly fits the graphic image installation in the WWW-servers.
The positive features of the format include: the possibility of image series storage,
addition of the overlapping text, mapping of the sequence of the images with delay period, the
previous image recovery mode setting, the input of the entry specific for a certain application.
The negative features of the format include: restricted amount of the colors (not more
than 256) from 24-bit color set, lack of the possibility of gray and color correction scaling,
lack of data storage in patterns other than RGB (such as CMYK or HSI). Although in most cases 256
colors are quite enough, the storing of the photorealistic images in this format may lead to
color gamut degradation.
The GIF-format is widely used in Internet. The most browsers that handle graphics support it. GIF-images are divided into: GIF87a and GIF89a. Both support 8-bit color manipulation and use the LZW (after Lempel-Ziv-Walsh) encoding for lossless compression. As a rule, the file's extension is GIF. The GIF89a-format also enables creation of transparent images and animations.
In Web the GIF-format is used for the creation of buttons and Web-page's complex graphics compound elements. Because of the animation features, the GIF-format is most widely used in Web-servers commercial banners creation.
Image Tools Group 2004.